Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Format
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
ArrayExtensions
CavernAmp
ChannelExtensions
ColorUtils
CavernBlue
centerJack
frontJack
GetChannelColor(int)
GetChannelColor(int, bool)
GetHueColor(float)
GetJackColor(int)
sideJack
Complex
ComplexArray
FFTCache
IComparable
IEquatable
IEquatable
Linked
ListExtensions
Measurements
RenderStats
Resample
RunningChannelSeparator
ThreadSafeFFTCache
Tunneler
VectorExtensions
VectorUtils
WaveformUtils
WindowBase
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class ColorUtils
Useful color functions used in multiple classes.
Visibility
Public
Modifiers
static
Public static functions
Color
GetChannelColor(int channel)
Get the color of a channel that should be used when displaying a massively multichannel system.
Color
GetChannelColor(int channel, bool jackColoring)
Get the Cavern or Jack port color of a channel.
Color
GetHueColor(float degrees)
Get a color by hue value.
Color
GetJackColor(int channel)
Get a Jack color associated to a standard output channel by the layout currently set.
CavernBlue
is returned when the channel is invalid for the 8-channel Jack out standard.
Public static variables
Color
CavernBlue
Cavern's symbolic blue.
Color
centerJack
Standard color of the center (orange) jack.
Color
frontJack
Standard color of the front (green) jack.
Color
sideJack
Standard color of the side (gray) jack.